cmake: add 'adduser' to the list of dependencies.
[dabba.git] / .gitignore
blob3f31c265871c7492438d65a88c2124dfb8a6015b
1 # Object files
2 *.o
4 # Libraries
5 *.lib
6 *.a
8 # Shared objects (inc. Windows DLLs)
9 *.dll
10 *.so
11 *.so.*
12 *.dylib
14 # Executables
15 *.exe
16 *.out
17 *.app
19 # Cmake files
20 CMakeCache.txt
21 CMakeFiles
22 Makefile
23 cmake_install.cmake
24 install_manifest.txt
26 # vim swp
27 *.swp
29 # patch files
30 *.patch
31 *.orig
32 *.rej
34 # Netbeans files
35 *.*~
36 nbproject/
38 # build directory
39 build/