summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Zero <zero@cpp.edu>2017-01-06 04:19:12 -0800
committerDavid Zero <zero@cpp.edu>2017-01-06 04:20:00 -0800
commit8ef1f35ca71e39d40bdae88243534eebc6fa6a26 (patch)
treec3615a0cfb3249ed524f5aeb3c5df7511bb6d268 /.gitignore
parent08cd61387ee078b81c50fa2714e9f1534a0865a2 (diff)
Revert "Revert "Portability fixes""
This reverts commit 59e2a844f04a8725e8079f854158aa86ef5988b2, and defines _DARWIN_C_SOURCE in toxcore/network.c
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 2a82d308..14dcced7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,9 @@ install_manifest.txt
21tags 21tags
22Makefile.in 22Makefile.in
23CMakeLists.txt.user 23CMakeLists.txt.user
24DartConfiguration.tcl
25CTestTestfile.cmake
26*.pc
24 27
25# Testing 28# Testing
26testing/data 29testing/data
@@ -40,6 +43,9 @@ testing/data
40*.app 43*.app
41*.la 44*.la
42 45
46# Libraries
47*.so
48
43# Misc (?) 49# Misc (?)
44m4/* 50m4/*
45configure 51configure
@@ -51,8 +57,6 @@ config.log
51config.status 57config.status
52stamp-h1 58stamp-h1
53autom4te.cache 59autom4te.cache
54libtoxcore.pc
55libtoxav.pc
56libtool 60libtool
57.deps 61.deps
58.libs 62.libs